In This Topic
Gets or sets the data of specific column.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute("")>
Public Property ColumnData As System.Collections.Generic.IList(Of Object)
'Usage
Dim instance As CollectionViewResponse(Of T)
Dim value As System.Collections.Generic.IList(Of Object)
instance.ColumnData = value
value = instance.ColumnData
[System.ComponentModel.DefaultValue("")]
public System.Collections.Generic.IList<object> ColumnData {get; set;}
public read-write property ColumnData: System.Collections.Generic.IList;
System.ComponentModel.DefaultValueAttribute("")
public function get,set ColumnData : System.Collections.Generic.IList
[System.ComponentModel.DefaultValue("")]
public: __property System.Collections.Generic.IList<Object*>* get_ColumnData();
public: __property void set_ColumnData(
System.Collections.Generic.IList<Object*>* value
);
[System.ComponentModel.DefaultValue("")]
public:
property System.Collections.Generic.IList<Object^>^ ColumnData {
System.Collections.Generic.IList<Object^>^ get();
void set ( System.Collections.Generic.IList<Object^>^ value);
}
See Also